Skip to content

Conversation

coolbueb
Copy link
Contributor

@coolbueb coolbueb commented Aug 3, 2025

Summary of change

(A few sentences about this PR)

Related issues

  • Link to issue1 here
  • Link to issue1 here

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

  • Changelog has been updated
  • frontendDriverInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In package.json
    • In package-lock.json
    • In lib/ts/version.ts
  • Had run npm run build-pretty
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.
  • If added a new recipe interface, then make sure that the implementation of it uses NON arrow functions only (like someFunc: function () {..}).
  • If I added a new recipe, I also added the recipe entry point into the size-limit section of package.json with the size limit set to the current size rounded up.
  • If I added a new recipe, I also added the recipe entry point into the rollup.config.mjs
  • If I added a new login method, I modified the list in lib/ts/types.ts
  • If I added a factor id, I modified the list in lib/ts/recipe/multifactorauth/types.ts

Remaining TODOs for this PR

  • Item1
  • Item2

porcellus and others added 22 commits January 16, 2025 00:52
…method and enhance error handling for plugin version mismatches and duplicates
# Conflicts:
#	lib/build/emailpassword.js
#	lib/build/emailverification.js
#	lib/build/genericComponentOverrideContext.js
#	lib/build/index.js
#	lib/build/multifactorauth.js
#	lib/build/multitenancy.js
#	lib/build/oauth2provider.js
#	lib/build/passwordless.js
#	lib/build/passwordlessprebuiltui.js
#	lib/build/session.js
#	lib/build/thirdparty.js
#	lib/build/totp.js
#	lib/build/version.d.ts
#	lib/ts/version.ts
#	package-lock.json
#	package.json
# Conflicts:
#	lib/build/emailpassword-shared5.js
#	lib/build/genericComponentOverrideContext.js
#	lib/build/utils.d.ts
#	lib/ts/utils.ts
#	package-lock.json
#	package.json
feat: Add init method support, better support for dynamic route handlers and added support for exporting logic from plugins
@coolbueb coolbueb changed the title feat: Experimental plugin support feat: Experimental plugin support [v0.50.0] Aug 3, 2025
Copy link
Contributor

github-actions bot commented Aug 13, 2025

size-limit report 📦

Path Size
lib/build/index.js 26.68 KB (+7.42% 🔺)
recipe/session/index.js 27.37 KB (+7.2% 🔺)
recipe/session/prebuiltui.js 32.24 KB (+6.3% 🔺)
recipe/thirdparty/index.js 34.44 KB (+5.95% 🔺)
recipe/emailpassword/index.js 13.85 KB (+16.15% 🔺)
recipe/emailverification/index.js 10.16 KB (+24.43% 🔺)
recipe/passwordless/index.js 17.73 KB (+12.4% 🔺)
recipe/emailverification/prebuiltui.js 36.96 KB (+5.37% 🔺)
recipe/thirdparty/prebuiltui.js 56.57 KB (+4.24% 🔺)
recipe/emailpassword/prebuiltui.js 43.51 KB (+5.38% 🔺)
recipe/passwordless/prebuiltui.js 131.36 KB (+1.51% 🔺)
recipe/multitenancy/index.js 8.98 KB (+28.07% 🔺)
recipe/multifactorauth/index.js 13.77 KB (+16.77% 🔺)
recipe/multifactorauth/prebuiltui.js 35.9 KB (+5.56% 🔺)
recipe/oauth2provider/index.js 9.75 KB (+25.4% 🔺)
recipe/oauth2provider/prebuiltui.js 34.33 KB (+5.83% 🔺)
recipe/webauthn/index.js 12.76 KB (+17.82% 🔺)
recipe/webauthn/prebuiltui.js 60.57 KB (+3.42% 🔺)

@porcellus porcellus merged commit e9b2990 into 0.50 Aug 13, 2025
161 of 162 checks passed
@porcellus porcellus deleted the feat/plugin/base branch August 13, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants